home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / utils / pro_copy / Update < prev   
Encoding:
Text File  |  1996-08-11  |  2.9 KB  |  71 lines

  1.  
  2.                 Procopy Update
  3.                 --------------
  4.  
  5. This file describes changes made to ProCopy since version 2.10. These
  6. have not yet been described in the Manual.
  7.  
  8.  
  9. v2.12   1.7Mb Microsoft Distribution Discs
  10.         ----------------------------------
  11.  ProCopy can now read, write, and save/load to a hard disc the special
  12. 1.7Mb discs used to distribute some PC programs. As yet it cannot format
  13. these discs (the normal routines can't cope with this type of disc so it
  14. will need a lot of work) but I hope to be able to do so eventually.
  15.  
  16.  
  17. v2.13   Logfile
  18.         -------
  19.  ProCopy can now keep a Logfile of all discs copied. This can be either
  20. Daily or Monthly. Whether a log is kept and which type is set by three
  21. new icons in the Options Window. Use of these should be self-evident.
  22.  
  23. The logfile will be kept in the directory defined by the OS Variable
  24. ProCopyLog$Dir. If this does not exists then they will be kept in the
  25. sub-directory 'Logs' or the PropCopy application directory.
  26.  
  27. A logfile is a simple textfile with the name of each disc copied, one
  28. per line. No time/date records are kept, but if anyone does want this
  29. information it could easily be included, so please let me know.
  30.  
  31. The logfile is automatically created, and is in the form Log_<date>,
  32. where <date> is either two or four digits, YYMM for monthly logs, YYMMDD
  33. for daily. The 'backwards' date format was chosen because it will show
  34. the logfiles in sequence when viewed in a directory.
  35.  
  36.  
  37. v2.16  Can now format 1.7Mb discs. Now displays the name of the disc
  38. being read when reading begins instead of when completed.
  39.  
  40.  
  41.         !CopyLog application
  42.         --------------------
  43. This serves two purposes. Firstly as a repositary for logfiles. Its
  44. !Boot file defines the logfile directory as its sub-directory 'Logs', so
  45. as long as the filer has 'seen' !CopyLog before !ProCopy is run the logs
  46. will be kept within !CopyLog.
  47.  
  48. Secondly it will have various tools for manipulating logfiles and
  49. putting them into formats more suitable for analysis.
  50.  
  51. At present there is only one (very crude but functional) application.
  52. This takes all the logfiles and sorts the disc names, showing the number
  53. of copies of each disc made. This is probably what most people will want
  54. as it, in effect, creates a 'report' of each month/days activity and
  55. lets you see quickly which discs were most often copied.
  56.  
  57. This list can be sorted in two ways - in alphabeticat order, or in
  58. descending order of the number of copies made.
  59.  
  60. You can repeat the operations on a logfile if you add more discs to the
  61. same file, the program can operate with either 'raw' logfiles or ones
  62. already processed, or mixed files which have been processed and then had
  63. more data added.
  64.  
  65. As the logfiles are just textfiles they can be joined together in a text
  66. editor for creating reports over larger time periods.
  67.  
  68. Please let me know if there are any other functions you would like.
  69.  
  70.         David Holden  -  April 1996.
  71.